Skip to content

Commit

Permalink
Cambios menores
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Apr 11, 2019
1 parent eda5a9a commit d0b64df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/modal/Modelo_DinamicaAvanzada.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
if ~exist('sis_reg', 'var') % Carga el registro
sis_reg = cargaRegistroArchivo('test/modal/registro.txt', '\n', ' ', 0, 0, 1, 0.005);
end
cargasDinamicas{1} = CargaRegistroSismico('Registro Constitucion', sis_reg, [1, 0], 100);
cargasDinamicas{1} = CargaRegistroSismico('Registro Constitucion', sis_reg, [1, 0], 100); % Horizontal

%% Creamos el analisis
analisisObj = ModalEspectral(modeloObj);
Expand Down

0 comments on commit d0b64df

Please sign in to comment.