Bugfix: typo
This commit is contained in:
@@ -151,7 +151,7 @@ public class Client {
|
|||||||
this.renderingJob = this.server.requestJob();
|
this.renderingJob = this.server.requestJob();
|
||||||
}
|
}
|
||||||
catch (FermeExceptionNoRightToRender e) {
|
catch (FermeExceptionNoRightToRender e) {
|
||||||
this.gui.error("User does not enough right to render scene");
|
this.gui.error("User does not have enough right to render scene");
|
||||||
return -2;
|
return -2;
|
||||||
}
|
}
|
||||||
catch (FermeExceptionSessionDisabled e) {
|
catch (FermeExceptionSessionDisabled e) {
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ import com.sheepit.client.hardware.gpu.GPUDevice;
|
|||||||
public class Configuration {
|
public class Configuration {
|
||||||
public enum ComputeType {
|
public enum ComputeType {
|
||||||
CPU_GPU, CPU_ONLY, GPU_ONLY
|
CPU_GPU, CPU_ONLY, GPU_ONLY
|
||||||
}; // acccept job for ...
|
}; // accept job for ...
|
||||||
|
|
||||||
public File workingDirectory;
|
public File workingDirectory;
|
||||||
public File storageDirectory; // for permanent storage (binary archive)
|
public File storageDirectory; // for permanent storage (binary archive)
|
||||||
|
|||||||
Reference in New Issue
Block a user